home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / monkey_bownling.swf / scripts / DefineButton2_39 / BUTTONCONDACTION on(keyPress Right).as < prev    next >
Text File  |  2007-01-15  |  145b  |  11 lines

  1. on(keyPress "<Right>"){
  2.    if(phase == 1)
  3.    {
  4.       posBall("right");
  5.    }
  6.    if(phase == 4)
  7.    {
  8.       spinFunction("right");
  9.    }
  10. }
  11.